home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / cuj1008.zip / 1008054A < prev    next >
Text File  |  1991-05-10  |  241b  |  13 lines

  1. /* File: dlcodes.h */
  2.  
  3. /* Display list codes */
  4. #define FPOLY  0x01
  5. #define POLYL  0x02
  6. #define TEXT   0x03
  7. #define CIRCL  0x04
  8. #define FRECT  0x05
  9. #define FCIRCL 0x06
  10. #define RECT   0x07
  11. #define ARC    0x08
  12. #define POLYGN 0x09
  13.